home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 24 / Amiga Format AFCD24 (Feb 1998, Issue 108).iso / -in_the_mag- / emulation / amiga / uae-0.7.0b2 / src / targets / t-amiga.h < prev    next >
Text File  |  1998-01-20  |  744b  |  28 lines

  1.  /*
  2.   * UAE - The Un*x Amiga Emulator
  3.   *
  4.   * Target specific stuff, AmigaOS version
  5.   *
  6.   * Copyright 1997 Bernd Schmidt
  7.   */
  8.  
  9. #define UNSUPPORTED_OPTION_l
  10.  
  11. #define OPTIONSFILENAME ".uaerc"
  12. #define OPTIONS_IN_HOME
  13.  
  14. #define TARGET_SPECIAL_OPTIONS \
  15.     { "x",        "  -x           : Does not use dithering\n"}, \
  16.     { "T",        "  -T           : Try to use grayscale\n"},
  17. #define COLOR_MODE_HELP_STRING \
  18.     "\nValid color modes (see -H) are:\n" \
  19.     "     0 => 256 cols max on customscreen;\n" \
  20.     "     1 => OpenWindow on default public screen;\n" \
  21.     "     2 => Ask the user to select a screen mode with ASL requester;\n" \
  22.     "     3 => use a 320x256 graffiti screen.\n\n"
  23.  
  24. #define DEFSERNAME "ser:"
  25. #define DEFPRTNAME "par:"
  26.  
  27.  
  28.